home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #2 / Monster Media No. 2 (Monster Media)(1994).ISO / ra / daystat1.zip / DAYSTAT.CFG next >
Text File  |  1994-07-03  |  5KB  |  143 lines

  1. ;                            DayStat v1.0
  2. ;             Calls/Messages-Per-Day Graph Generator
  3. ;                     For RemoteAccess 2.0x
  4. ;
  5. ;                     (c)1994 Jan Kulozik
  6. ;                        HomeWorld, Inc.
  7. ;                          1:362/970
  8. ;
  9. ;   **** Sample Config File ****
  10. ;   Lines starting with a ';' are ignored
  11. ;
  12. ;***********************  System Configuration Setup *************************
  13. ;
  14. ;BOARDNAME=Sets the name of your BBS
  15. BOARDNAME=HomeWorld, Inc.
  16. ;
  17. ;REGKEY=   Your Registration code.  Leave '0' if you haven't called/Netmailed
  18. ;          me to get one yet.
  19. REGKEY=0
  20. ;
  21. ;RAPATH=   Sets the path to your home RA directory
  22. RAPATH=e:\ra\
  23. ;
  24. ;
  25. ;USERS=    Sets the path to your USERS.BBS file.  It is only opened with READ
  26. ;          access, so have no fear.
  27. USERS=e:\ra\msgbase\
  28. ;
  29. ;
  30. ;TEXTFILES=Sets the path to your RA textfiles directory
  31. TEXTFILES=e:\ra\txtfiles\
  32. ;
  33. ;SHOWSYSOP=Sets whether you would like yourself included in the various
  34. ;          graphs and options.
  35. SHOWSYSOP=No
  36. ;
  37. ;*********************** Calls/Messages Per Day Setup ************************
  38. ;
  39. ;ANSCALL=  Sets the path and filename to the ANSI version of your Calls-Per-Day
  40. ;          bulletin.  Set it equal to NONE if you don't want one.
  41. ANSCALL=e:\ra\txtfiles\racpd.ans
  42. ;
  43. ;
  44. ;ASCCALL=  Sets the path and filename to the ASCII version of your Calls-Per-Day
  45. ;          bulletin.  Set it equal to NONE if you don't want one.
  46. ASCCALL=NONE
  47. ;
  48. ;
  49. ;ANSMESS=  Sets the path and filename to the ANSI version of your Messages-Per-
  50. ;          Day bulletin.  Set it equal to NONE if you don't want one.
  51. ANSMESS=e:\ra\txtfiles\rampd.ans
  52. ;
  53. ;
  54. ;ASCMESS=  Sets the path and filename to the ANSI version of your Messages-Per-
  55. ;          Day bulletin.  Set it equal to NONE if you don't want one.
  56. ASCMESS=NONE
  57. ;
  58. ;
  59. ;CALLGOAL= This is the number to set your goal to for your Calls-Per-Day
  60. CALLGOAL=30
  61. ;
  62. ;
  63. ;MESSGOAL= This is the number to set your goal to for your Messages-Per-Day
  64. MESSGOAL=20
  65. ;
  66. ;
  67. ;Color Selection.  All colors are in FORE,BACK format.  Please refer to the
  68. ;                  chart below if you're unfamiliar to TheDraw color codes.
  69. ;
  70. ;BORDER= Sets the color for the outside border
  71. BORDER=1,0
  72. ;
  73. ;GRAPH=  Sets the color for the actual bargraph.
  74. GRAPH=12,0
  75. ;
  76. ;NUMBER= Sets the color for the height markers to the left.  The number
  77. ;on the same line as your goal is always high-intensity white.
  78. NUMBER=14,0
  79. ;
  80. ;GOAL=   Sets the color for the goal line and associated text
  81. GOAL=9,0
  82. ;
  83. ;          ┌──── Normal Color (Low Intensity)
  84. ;          │    ┌───── Bright Color (High Intensity)
  85. ;              
  86. ;┌───────┬───┬────┬────┬────┐
  87. ;│Black  │ 0 │  8 │ 16 │ 24 │
  88. ;│Blue   │ 1 │  9 │ 17 │ 25 │
  89. ;│Green  │ 2 │ 10 │ 18 │ 26 │
  90. ;│Cyan   │ 3 │ 11 │ 19 │ 27 │
  91. ;│Red    │ 4 │ 12 │ 20 │ 28 │
  92. ;│Magenta│ 5 │ 13 │ 21 │ 29 │
  93. ;│Yellow │ 6 │ 14 │ 22 │ 30 │
  94. ;│White  │ 7 │ 15 │ 23 │ 31 │
  95. ;└───────┴───┴────┴────┴────┘
  96. ;                        
  97. ;                   │     └──── Bright Blinking (High Intensity Blinking)
  98. ;                   └── Normal Color Blinking (Low Intensity & Blinking)
  99. ;
  100. ;Background color can _ONLY_ be 0-7.
  101. ;
  102. ;************************* FrontDoor Setup *********************************
  103. ;(Activated by using the /F switch)
  104. ;
  105. ;FRODOLOG=  Sets the path & filename to your FrontDoor log
  106. FRODOLOG=e:\frodo\frodo.log
  107. ;
  108. ;FRODOPATH= Sets the path to your home FrontDoor directory
  109. FRODOPATH=e:\frodo\
  110. ;
  111. ;FDHIS=     {Yes/No} Sets whether you want to write last-caller info to the
  112. ;           FrontDoor Inbound History file
  113. FDHIS=Yes
  114. ;
  115. ;FDLOG=     {Yes/No} Sets whether you want to write last-caller into to the
  116. ;           FrontDoor Log
  117. FDLOG=Yes
  118. ;
  119. ;FDLAST=    {Yes/No} Sets whether you want to write last-caller info to the
  120. ;           FrontDoor Last In/Out status box.
  121. FDLAST=Yes
  122. ;
  123. ;*********************** Today's Callers Setup *****************************
  124. ;(Activated by using the /CT or /CY switches)
  125. ;
  126. ;CALLERS=   Sets whether ANSI/ASCII files will be created
  127. ;           1 = ANSI Only
  128. ;           2 = ASCII Only
  129. ;           3 = Both ANSI/ASCII
  130. CALLERS=3
  131. ;
  132. ;CALLHANDLES= {Yes/No} Selects whether or not to use handles in the today/
  133. ;             yesterday's callers list
  134. CALLHANDLES=yes
  135. ;
  136. ;***************************************************************************
  137. ;
  138. ;If you have any questions/problems/whatever, drop me a line at the address
  139. ;listed at the top.  I'll do my best to help you out, don'cha know.
  140. ;
  141. ;And BTW, sorry for being longwinded...  someday I _WILL_ break down and write
  142. ;a menued setup program.  But not right now.  ;^)
  143.